1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmhostelInfo
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmhostelInfo))
30         Me.Panel1 = New System.Windows.Forms.Panel()
31         Me.lblUser = New System.Windows.Forms.Label()
32         Me.txtID = New System.Windows.Forms.TextBox()
33         Me.Panel4 = New System.Windows.Forms.Panel()
34         Me.txtAddress = New System.Windows.Forms.TextBox()
35         Me.Label7 = New System.Windows.Forms.Label()
36         Me.Label6 = New System.Windows.Forms.Label()
37         Me.txtContactNo_PI = New System.Windows.Forms.TextBox()
38         Me.txtPersonIncharge = New System.Windows.Forms.TextBox()
39         Me.txtContactNo = New System.Windows.Forms.TextBox()
40         Me.Label4 = New System.Windows.Forms.Label()
41         Me.Label2 = New System.Windows.Forms.Label()
42         Me.Label3 = New System.Windows.Forms.Label()
43         Me.txtHostelName = New System.Windows.Forms.TextBox()
44         Me.Panel3 = New System.Windows.Forms.Panel()
45         Me.btnDelete = New System.Windows.Forms.Button()
46         Me.btnClose = New System.Windows.Forms.Button()
47         Me.btnUpdate = New System.Windows.Forms.Button()
48         Me.btnSave = New System.Windows.Forms.Button()
49         Me.btnNew = New System.Windows.Forms.Button()
50         Me.dgw = New System.Windows.Forms.DataGridView()
51         Me.Panel2 = New System.Windows.Forms.Panel()
52         Me.Label1 = New System.Windows.Forms.Label()
53         Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
54         Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
55         Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
56         Me.Column3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
57         Me.Column4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
58         Me.Column5 = New System.Windows.Forms.DataGridViewTextBoxColumn()
59         Me.Column6 = New System.Windows.Forms.DataGridViewTextBoxColumn()
60         Me.Panel1.SuspendLayout()
61         Me.Panel4.SuspendLayout()
62         Me.Panel3.SuspendLayout()
63         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
64         Me.Panel2.SuspendLayout()
65         Me.SuspendLayout()
66         
'
67         
'Panel1
68         
'
69         Me.Panel1.BackColor = System.Drawing.Color.White
70         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
71         Me.Panel1.Controls.Add(Me.lblUser)
72         Me.Panel1.Controls.Add(Me.txtID)
73         Me.Panel1.Controls.Add(Me.Panel4)
74         Me.Panel1.Controls.Add(Me.Panel3)
75         Me.Panel1.Controls.Add(Me.dgw)
76         Me.Panel1.Controls.Add(Me.Panel2)
77         Me.Panel1.Location = New System.Drawing.Point(
13, 15)
78         Me.Panel1.Name =
"Panel1"
79         Me.Panel1.Size = New System.Drawing.Size(
548, 456)
80         Me.Panel1.TabIndex =
2
81         
'
82         
'lblUser
83         
'
84         Me.lblUser.AutoSize = True
85         Me.lblUser.Location = New System.Drawing.Point(
286, 236)
86         Me.lblUser.Name =
"lblUser"
87         Me.lblUser.Size = New System.Drawing.Size(
39, 13)
88         Me.lblUser.TabIndex =
5
89         Me.lblUser.Text =
"Label8"
90         Me.lblUser.Visible = False
91         
'
92         
'txtID
93         
'
94         Me.txtID.Location = New System.Drawing.Point(
343, 233)
95         Me.txtID.Name =
"txtID"
96         Me.txtID.Size = New System.Drawing.Size(
68, 20)
97         Me.txtID.TabIndex =
4
98         Me.txtID.Visible = False
99         
'
100         
'Panel4
101         
'
102         Me.Panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
103         Me.Panel4.Controls.Add(Me.txtAddress)
104         Me.Panel4.Controls.Add(Me.Label7)
105         Me.Panel4.Controls.Add(Me.Label6)
106         Me.Panel4.Controls.Add(Me.txtContactNo_PI)
107         Me.Panel4.Controls.Add(Me.txtPersonIncharge)
108         Me.Panel4.Controls.Add(Me.txtContactNo)
109         Me.Panel4.Controls.Add(Me.Label4)
110         Me.Panel4.Controls.Add(Me.Label2)
111         Me.Panel4.Controls.Add(Me.Label3)
112         Me.Panel4.Controls.Add(Me.txtHostelName)
113         Me.Panel4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
114         Me.Panel4.Location = New System.Drawing.Point(
9, 75)
115         Me.Panel4.Name =
"Panel4"
116         Me.Panel4.Size = New System.Drawing.Size(
402, 152)
117         Me.Panel4.TabIndex =
0
118         
'
119         
'txtAddress
120         
'
121         Me.txtAddress.BackColor = System.Drawing.Color.White
122         Me.txtAddress.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
123         Me.txtAddress.Location = New System.Drawing.Point(
142, 38)
124         Me.txtAddress.Name =
"txtAddress"
125         Me.txtAddress.Size = New System.Drawing.Size(
246, 21)
126         Me.txtAddress.TabIndex =
1
127         
'
128         
'Label7
129         
'
130         Me.Label7.AutoSize = True
131         Me.Label7.Location = New System.Drawing.Point(
7, 121)
132         Me.Label7.Name =
"Label7"
133         Me.Label7.Size = New System.Drawing.Size(
124, 15)
134         Me.Label7.TabIndex =
13
135         Me.Label7.Text =
"Contact Number (PI) :"
136         
'
137         
'Label6
138         
'
139         Me.Label6.AutoSize = True
140         Me.Label6.Location = New System.Drawing.Point(
7, 94)
141         Me.Label6.Name =
"Label6"
142         Me.Label6.Size = New System.Drawing.Size(
103, 15)
143         Me.Label6.TabIndex =
12
144         Me.Label6.Text =
"Person Incharge :"
145         
'
146         
'txtContactNo_PI
147         
'
148         Me.txtContactNo_PI.BackColor = System.Drawing.Color.White
149         Me.txtContactNo_PI.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
150         Me.txtContactNo_PI.Location = New System.Drawing.Point(
142, 121)
151         Me.txtContactNo_PI.Name =
"txtContactNo_PI"
152         Me.txtContactNo_PI.Size = New System.Drawing.Size(
246, 21)
153         Me.txtContactNo_PI.TabIndex =
4
154         
'
155         
'txtPersonIncharge
156         
'
157         Me.txtPersonIncharge.BackColor = System.Drawing.Color.White
158         Me.txtPersonIncharge.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
159         Me.txtPersonIncharge.Location = New System.Drawing.Point(
142, 94)
160         Me.txtPersonIncharge.Name =
"txtPersonIncharge"
161         Me.txtPersonIncharge.Size = New System.Drawing.Size(
246, 21)
162         Me.txtPersonIncharge.TabIndex =
3
163         
'
164         
'txtContactNo
165         
'
166         Me.txtContactNo.BackColor = System.Drawing.Color.White
167         Me.txtContactNo.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
168         Me.txtContactNo.Location = New System.Drawing.Point(
142, 67)
169         Me.txtContactNo.Name =
"txtContactNo"
170         Me.txtContactNo.Size = New System.Drawing.Size(
246, 21)
171         Me.txtContactNo.TabIndex =
2
172         
'
173         
'Label4
174         
'
175         Me.Label4.AutoSize = True
176         Me.Label4.Location = New System.Drawing.Point(
7, 67)
177         Me.Label4.Name =
"Label4"
178         Me.Label4.Size = New System.Drawing.Size(
76, 15)
179         Me.Label4.TabIndex =
6
180         Me.Label4.Text =
"Contact No. :"
181         
'
182         
'Label2
183         
'
184         Me.Label2.AutoSize = True
185         Me.Label2.Location = New System.Drawing.Point(
7, 38)
186         Me.Label2.Name =
"Label2"
187         Me.Label2.Size = New System.Drawing.Size(
57, 15)
188         Me.Label2.TabIndex =
5
189         Me.Label2.Text =
"Address :"
190         
'
191         
'Label3
192         
'
193         Me.Label3.AutoSize = True
194         Me.Label3.Location = New System.Drawing.Point(
7, 10)
195         Me.Label3.Name =
"Label3"
196         Me.Label3.Size = New System.Drawing.Size(
85, 15)
197         Me.Label3.TabIndex =
0
198         Me.Label3.Text =
"Hostel Name :"
199         
'
200         
'txtHostelName
201         
'
202         Me.txtHostelName.BackColor = System.Drawing.Color.White
203         Me.txtHostelName.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
204         Me.txtHostelName.Location = New System.Drawing.Point(
142, 11)
205         Me.txtHostelName.Name =
"txtHostelName"
206         Me.txtHostelName.Size = New System.Drawing.Size(
246, 21)
207         Me.txtHostelName.TabIndex =
0
208         
'
209         
'Panel3
210         
'
211         Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
212         Me.Panel3.Controls.Add(Me.btnDelete)
213         Me.Panel3.Controls.Add(Me.btnClose)
214         Me.Panel3.Controls.Add(Me.btnUpdate)
215         Me.Panel3.Controls.Add(Me.btnSave)
216         Me.Panel3.Controls.Add(Me.btnNew)
217         Me.Panel3.Location = New System.Drawing.Point(
425, 75)
218         Me.Panel3.Name =
"Panel3"
219         Me.Panel3.Size = New System.Drawing.Size(
111, 178)
220         Me.Panel3.TabIndex =
0
221         
'
222         
'btnDelete
223         
'
224         Me.btnDelete.Cursor = System.Windows.Forms.Cursors.Hand
225         Me.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.Popup
226         Me.btnDelete.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
227         Me.btnDelete.Location = New System.Drawing.Point(
13, 104)
228         Me.btnDelete.Name =
"btnDelete"
229         Me.btnDelete.Size = New System.Drawing.Size(
82, 28)
230         Me.btnDelete.TabIndex =
5
231         Me.btnDelete.Text =
"Delete"
232         Me.btnDelete.UseVisualStyleBackColor = True
233         
'
234         
'btnClose
235         
'
236         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
237         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
238         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
239         Me.btnClose.Location = New System.Drawing.Point(
13, 136)
240         Me.btnClose.Name =
"btnClose"
241         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
242         Me.btnClose.TabIndex =
4
243         Me.btnClose.Text =
"Close"
244         Me.btnClose.UseVisualStyleBackColor = True
245         
'
246         
'btnUpdate
247         
'
248         Me.btnUpdate.Cursor = System.Windows.Forms.Cursors.Hand
249         Me.btnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Popup
250         Me.btnUpdate.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
251         Me.btnUpdate.Location = New System.Drawing.Point(
13, 72)
252         Me.btnUpdate.Name =
"btnUpdate"
253         Me.btnUpdate.Size = New System.Drawing.Size(
82, 28)
254         Me.btnUpdate.TabIndex =
2
255         Me.btnUpdate.Text =
"Update"
256         Me.btnUpdate.UseVisualStyleBackColor = True
257         
'
258         
'btnSave
259         
'
260         Me.btnSave.Cursor = System.Windows.Forms.Cursors.Hand
261         Me.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Popup
262         Me.btnSave.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
263         Me.btnSave.Location = New System.Drawing.Point(
13, 41)
264         Me.btnSave.Name =
"btnSave"
265         Me.btnSave.Size = New System.Drawing.Size(
82, 28)
266         Me.btnSave.TabIndex =
1
267         Me.btnSave.Text =
"Save"
268         Me.btnSave.UseVisualStyleBackColor = True
269         
'
270         
'btnNew
271         
'
272         Me.btnNew.Cursor = System.Windows.Forms.Cursors.Hand
273         Me.btnNew.FlatStyle = System.Windows.Forms.FlatStyle.Popup
274         Me.btnNew.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
275         Me.btnNew.Location = New System.Drawing.Point(
13, 10)
276         Me.btnNew.Name =
"btnNew"
277         Me.btnNew.Size = New System.Drawing.Size(
82, 28)
278         Me.btnNew.TabIndex =
0
279         Me.btnNew.Text =
"New"
280         Me.btnNew.UseVisualStyleBackColor = True
281         
'
282         
'dgw
283         
'
284         Me.dgw.AllowUserToAddRows = False
285         Me.dgw.AllowUserToDeleteRows = False
286         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
287         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
288         Me.dgw.BackgroundColor = System.Drawing.Color.White
289         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
290         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
291         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
292         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
293         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
294         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
295         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
296         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
297         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
298         Me.dgw.ColumnHeadersHeight =
24
299         Me.dgw.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2, Me.Column3, Me.Column4, Me.Column5, Me.Column6})
300         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
301         Me.dgw.EnableHeadersVisualStyles = False
302         Me.dgw.GridColor = System.Drawing.Color.White
303         Me.dgw.Location = New System.Drawing.Point(
8, 259)
304         Me.dgw.MultiSelect = False
305         Me.dgw.Name =
"dgw"
306         Me.dgw.ReadOnly = True
307         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
308         DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
309         DataGridViewCellStyle3.BackColor = System.Drawing.Color.CadetBlue
310         DataGridViewCellStyle3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
311         DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText
312         DataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.DarkSlateGray
313         DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
314         DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
315         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle3
316         Me.dgw.RowHeadersWidth =
25
317         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
318         DataGridViewCellStyle4.BackColor = System.Drawing.Color.White
319         DataGridViewCellStyle4.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
320         DataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.DarkSlateGray
321         DataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.White
322         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle4
323         Me.dgw.RowTemplate.Height =
18
324         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
325         Me.dgw.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
326         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
327         Me.dgw.Size = New System.Drawing.Size(
528, 188)
328         Me.dgw.TabIndex =
1
329         
'
330         
'Panel2
331         
'
332         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
333         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
334         Me.Panel2.Controls.Add(Me.Label1)
335         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
336         Me.Panel2.Name =
"Panel2"
337         Me.Panel2.Size = New System.Drawing.Size(
527, 62)
338         Me.Panel2.TabIndex =
0
339         
'
340         
'Label1
341         
'
342         Me.Label1.AutoSize = True
343         Me.Label1.BackColor = System.Drawing.Color.Transparent
344         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
345         Me.Label1.ForeColor = System.Drawing.Color.White
346         Me.Label1.Location = New System.Drawing.Point(
198, 16)
347         Me.Label1.Name =
"Label1"
348         Me.Label1.Size = New System.Drawing.Size(
109, 24)
349         Me.Label1.TabIndex =
0
350         Me.Label1.Text =
"Hostel Info"
351         
'
352         
'OpenFileDialog1
353         
'
354         Me.OpenFileDialog1.FileName =
"OpenFileDialog1"
355         
'
356         
'Column1
357         
'
358         Me.Column1.HeaderText =
"ID"
359         Me.Column1.Name =
"Column1"
360         Me.Column1.ReadOnly = True
361         Me.Column1.Visible = False
362         
'
363         
'Column2
364         
'
365         Me.Column2.HeaderText =
"Hostel Name"
366         Me.Column2.Name =
"Column2"
367         Me.Column2.ReadOnly = True
368         
'
369         
'Column3
370         
'
371         Me.Column3.HeaderText =
"Address"
372         Me.Column3.Name =
"Column3"
373         Me.Column3.ReadOnly = True
374         
'
375         
'Column4
376         
'
377         Me.Column4.HeaderText =
"Contact No."
378         Me.Column4.Name =
"Column4"
379         Me.Column4.ReadOnly = True
380         
'
381         
'Column5
382         
'
383         Me.Column5.HeaderText =
"Person Incharge"
384         Me.Column5.Name =
"Column5"
385         Me.Column5.ReadOnly = True
386         
'
387         
'Column6
388         
'
389         Me.Column6.HeaderText =
"Contact No.(PI)"
390         Me.Column6.Name =
"Column6"
391         Me.Column6.ReadOnly = True
392         
'
393         
'frmhostelInfo1
394         
'
395         Me.AcceptButton = Me.btnSave
396         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
397         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
398         Me.BackColor = System.Drawing.Color.DarkSlateGray
399         Me.ClientSize = New System.Drawing.Size(
572, 482)
400         Me.Controls.Add(Me.Panel1)
401         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
402         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
403         Me.MaximizeBox = False
404         Me.MinimizeBox = False
405         Me.Name =
"frmhostelInfo1"
406         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
407         Me.Panel1.ResumeLayout(False)
408         Me.Panel1.PerformLayout()
409         Me.Panel4.ResumeLayout(False)
410         Me.Panel4.PerformLayout()
411         Me.Panel3.ResumeLayout(False)
412         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
413         Me.Panel2.ResumeLayout(False)
414         Me.Panel2.PerformLayout()
415         Me.ResumeLayout(False)
416
417     End Sub
418     Friend WithEvents Panel1 As System.Windows.Forms.Panel
419     Friend WithEvents Panel4 As System.Windows.Forms.Panel
420     Friend WithEvents Label3 As System.Windows.Forms.Label
421     Friend WithEvents txtHostelName As System.Windows.Forms.TextBox
422     Friend WithEvents dgw As System.Windows.Forms.DataGridView
423     Friend WithEvents Panel2 As System.Windows.Forms.Panel
424     Friend WithEvents Label1 As System.Windows.Forms.Label
425     Friend WithEvents Label7 As System.Windows.Forms.Label
426     Friend WithEvents Label6 As System.Windows.Forms.Label
427     Friend WithEvents txtContactNo_PI As System.Windows.Forms.TextBox
428     Friend WithEvents txtPersonIncharge As System.Windows.Forms.TextBox
429     Friend WithEvents txtContactNo As System.Windows.Forms.TextBox
430     Friend WithEvents Label4 As System.Windows.Forms.Label
431     Friend WithEvents Label2 As System.Windows.Forms.Label
432     Friend WithEvents txtID As System.Windows.Forms.TextBox
433     Friend WithEvents lblUser As System.Windows.Forms.Label
434     Friend WithEvents txtAddress As System.Windows.Forms.TextBox
435     Friend WithEvents OpenFileDialog1 As System.Windows.Forms.OpenFileDialog
436     Friend WithEvents Panel3 As System.Windows.Forms.Panel
437     Friend WithEvents btnDelete As System.Windows.Forms.Button
438     Friend WithEvents btnClose As System.Windows.Forms.Button
439     Friend WithEvents btnUpdate As System.Windows.Forms.Button
440     Friend WithEvents btnSave As System.Windows.Forms.Button
441     Friend WithEvents btnNew As System.Windows.Forms.Button
442     Friend WithEvents Column1 As System.Windows.Forms.DataGridViewTextBoxColumn
443     Friend WithEvents Column2 As System.Windows.Forms.DataGridViewTextBoxColumn
444     Friend WithEvents Column3 As System.Windows.Forms.DataGridViewTextBoxColumn
445     Friend WithEvents Column4 As System.Windows.Forms.DataGridViewTextBoxColumn
446     Friend WithEvents Column5 As System.Windows.Forms.DataGridViewTextBoxColumn
447     Friend WithEvents Column6 As System.Windows.Forms.DataGridViewTextBoxColumn
448
449 End Class


Gõ tìm kiếm nhanh...